Problem Note 36345: Abend x13 occurs in the RELEASE procedure when processing extended format sequential data sets
PROC RELEASE will abend whenever you attempt to process an extended format sequential data set. At SAS® 9.2 (TS2M2) under z/OS V1R10, a message like the following appears on the SAS log:
ERROR: System abend 213 occurred outside of the SAS environment.
ERROR: Delete current task.
IEC143I 213-B8,
IFG0194D,XXXXXX,LOGON,EXTFMT,4019,SMS010,XXXXXX.EXTFMT.SASLIB.V9TAPE
This error occurs because PROC RELEASE uses an EXCP mode DCB to process the data set, but EXCP is not supported for extended format data sets.
To avoid this error, do not use PROC RELEASE on extended format data sets.
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.2 TS1M0 | 9.2 TS2M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
PROC RELEASE fails with Abend
x13 when processing extended format sequential data sets
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2009-07-29 11:27:59 |
Date Created: | 2009-06-24 14:54:54 |